projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ba2d78
)
(Fdefine_fringe_bitmap): Cleanup wrong_type_argument use.
author
Kim F. Storm
<storm@cua.dk>
Wed, 12 Jul 2006 13:17:29 +0000
(13:17 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Wed, 12 Jul 2006 13:17:29 +0000
(13:17 +0000)
src/fringe.c
patch
|
blob
|
history
diff --git
a/src/fringe.c
b/src/fringe.c
index a94f203c94436a5a5f3ad8dc6137aa5e7a4fa0e3..033832f7bb6f9381e8781a77423e797487d87d29 100644
(file)
--- a/
src/fringe.c
+++ b/
src/fringe.c
@@
-1423,7
+1423,7
@@
If BITMAP already exists, the existing definition is replaced. */)
else if (VECTORP (bits))
h = XVECTOR (bits)->size;
else
-
bits =
wrong_type_argument (Qsequencep, bits);
+ wrong_type_argument (Qsequencep, bits);
if (NILP (height))
fb.height = h;